Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
data_structures.md
Go to the documentation of this file.
1 Data Structures From a High Level {#data_structures}
2 =================================
3 The V7.00 design kit never calls malloc(). All storage is allocated at compile time and defined statically in the calling program. To make this easier, this version of the kit has in-lined structures which, in previous releases, were free-standing.
4 ![DataStructures](DataStructures.png)
5 
6 Notes
7 -----
8 * Bold black are in-line structures
9 * Bold red are function pointers
10 * Normal text = scalars and pointers